home *** CD-ROM | disk | FTP | other *** search
-
- /*
- * xanim_dl.h
- *
- * Copyright (C) 1990,1991,1992,1993,1994 by Mark Podlipec.
- * All rights reserved.
- *
- * This software may be freely copied, modified and redistributed without
- * fee for non-commerical purposes provided that this copyright notice is
- * preserved intact on all copies and modified copies.
- *
- * There is no warranty or other guarantee of fitness of this software.
- * It is provided solely "as is". The author(s) disclaim(s) all
- * responsibility and liability with respect to this software's usage
- * or its effect upon hardware or computer systems.
- *
- */
-
- #include "xanim.h"
-
- #define DL_MAX_COLORS 256
- #define DL_DEFAULT_TIME 100
-
- #define DL_VERSION_1 1
- #define DL_VERSION_2 2
-
- #define DL_FORM_LARGE 0
- #define DL_FORM_MEDIUM 1
- #define DL_FORM_SMALL 2
-
- #define DL_LARGE_XSIZE 320
- #define DL_LARGE_YSIZE 200
- #define DL_MEDIUM_XSIZE 160
- #define DL_MEDIUM_YSIZE 100
- #define DL_SMALL_XSIZE 80
- #define DL_SMALL_YSIZE 50
-